home *** CD-ROM | disk | FTP | other *** search
- Path: nuclear.microserve.net!news
- From: ada105@psu.edu (Alexander Achey)
- Newsgroups: comp.lang.c++
- Subject: Visual C++ help needed!!!!(please)
- Date: Mon, 01 Apr 1996 01:33:33 GMT
- Organization: Microserve Information Systems (800)-380-INET
- Message-ID: <4jn1cn$7vo@crash.microserve.net>
- Reply-To: ada105@psu.edu
- NNTP-Posting-Host: ada105.rh.psu.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- Hi all,
- I'm attempting to write a Visual C++ program in which I am making it
- come up with schedules of college courses. I use a modal dialog box
- to get some information from the user and then I need to have it put
- this data somewhere I can use it after the box is closed. I tried
- putting the variables under the public part of the document class, but
- I can't seem to use the GetDocument() function from the dialog box.
- Is there any other way to get access to the document's member
- functions or is there a better way to do this? i tried declaring this
- as a global variable, but I really don't want to do that. Besides, I
- keep getign redinifition errors when I do that. I'd really
- apprecitate it if anyone could give me any kind of help.
-
- Thanks!
- Alex
-
-